boot.initrd.luks.devices.<name>.postOpenCommands

Commands that should be run right after we have mounted our LUKS device.

Type
strings concatenated with "\n"
Default
""
Example
''
  umount /tmp/persistent
''
Declared
<nixpkgs/nixos/modules/system/boot/luksroot.nix>